home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
os2tools
/
devshell
/
wordcnt.cmd
< prev
Wrap
OS/2 REXX Batch file
|
1991-12-07
|
227b
|
7 lines
/* Sample alias call to Rexx command */
Say 'This is the word count rexx file, called from devshell.';
Say 'Possible use would be requesting a filename as input';
Say 'and counting all lines and words in the file';
exit